cody - HTMLify profile

cody
4270 Files
632452 Views
Latest files of /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Parallax Effect On Image Hover
style.css
cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Parallax Effect On Image Hover/style.css
body {
margin: 0;
min-height: 100vh;
display: grid;
place-content: center;
background: #151515;
}
margin: 0;
min-height: 100vh;
display: grid;
place-content: center;
background: #151515;
}
index.html
cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Parallax Effect On Image Hover/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Parallax Effect On Image Hover</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>\
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Parallax Effect On Image Hover</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>\